golang.org/x/net/http2.Framer.startWriteDataPadded (method)

3 uses

	golang.org/x/net/http2 (current package)
		frame.go#L665: 	if err := f.startWriteDataPadded(streamID, endStream, data, pad); err != nil {
		frame.go#L673: func (f *Framer) startWriteDataPadded(streamID uint32, endStream bool, data, pad []byte) error {
		server.go#L1263: 		sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)